home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / ICON_8 / ICONT_FO / OPCODE.H < prev    next >
Text File  |  1990-03-02  |  250b  |  18 lines

  1. /*
  2.  * Opcode table structure.
  3.  */
  4.  
  5. struct opentry {
  6.    char *op_name;        /* name of opcode */
  7.    int   op_code;        /* opcode number */
  8.    };
  9.  
  10. /*
  11.  * External definitions.
  12.  */
  13.  
  14. extern struct opentry optable[];
  15. extern int NOPCODES;
  16.  
  17. #include "::h:opdefs.h"
  18.